Sync from Nautilus: bookmark: remove unused GIcon argument to nautilus_bookmark_new()
authorCosimo Cecchi <cosimoc@gnome.org>
Fri, 19 Oct 2012 17:14:21 +0000 (12:14 -0500)
committerFederico Mena Quintero <federico@gnome.org>
Fri, 19 Oct 2012 17:14:21 +0000 (12:14 -0500)
We always pass NULL these days.
This is from nautilus commit 7aad4a33814e6e7fae5e762882db43452a575a83

gtk/gtkplacessidebar.c

index 1df51a376f2e67b527de4f4f503e365caa6c0766..c8b27efb173c6de9ea01d7d5e44c7d0c32ed1f9e 100644 (file)
@@ -1996,7 +1996,7 @@ add_bookmark (GtkPlacesSidebar *sidebar)
                }
 
                location = g_file_new_for_uri (uri);
-               bookmark = nautilus_bookmark_new (location, name, NULL);
+               bookmark = nautilus_bookmark_new (location, name);
 
                if (!nautilus_bookmark_list_contains (sidebar->bookmarks, bookmark)) {
                        nautilus_bookmark_list_append (sidebar->bookmarks, bookmark);